home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / atb110.zip / ATB.DOC next >
Text File  |  1992-05-05  |  5KB  |  125 lines

  1.  
  2.  
  3.                              ATB 1.10 (05-May-1992)
  4.                                ANSI Text Browser
  5.                          Copyright (C) 1992 Geoffrey Sy
  6.                               All Rights Reserved
  7.  
  8.  
  9.                               ATB is supported by:
  10.  
  11.          Residence:                            Support BBS:
  12.  
  13.           Geoffrey Sy                           The GRAFIX Connection
  14.           51 Wyatt Walk                         HST: (416) 287-9002
  15.           Toronto, Ontario  CANADA              2400: (416) 286-8734
  16.           M5A 3T3
  17.  
  18.          ═════════════════════════════════════════════════════════════
  19.          ATB is program to browse through ANSI text and music.  ATB
  20.          supports full bi-directional scrolling of ANSI, PCBoard and
  21.          WildCat colour files in all video modes -- Has been tested
  22.          with CGA 80x25 and VGA 80x25 to 80x66 modes.  To run ATB,
  23.          issue the following command from the dos:
  24.  
  25.           ATB
  26.               -or-
  27.           ATB d:\path\FileName.ext
  28.               -or-
  29.           ATB d:\path\FileMask1.ANS FileMask2.PCB FileMask3.* Etc.Etc
  30.  
  31.          When the above command is issued, the file selection utility
  32.          will pop up with a list of files you specified.  To sellect
  33.          the desired file for viewing, type in the filename and press
  34.          the Enter key.  Use the TAB key to jump to the desired file,
  35.          directory, or drive then press the Enter key to select.
  36.  
  37.          While in the viewer, the cursor keys control all movements.
  38.  
  39.                                            Scroll Up 1 line
  40.                                            Scroll Down 1 line
  41.                   PageUp                    Scroll Up 1 page
  42.                   PageDown                  Scroll Down 1 page
  43.                   Home, Ctrl-PageUp         Top of file
  44.                   End, Ctrl-PageDown        Bottom of file
  45.                   Alt-A                     Continous display
  46.                   F1                        Commands Summary
  47.                   ESC                       Aborts ANSI music/display
  48.  
  49.          ═════════════════════════════════════════════════════════════
  50.          TECHNICAL SPECIFICATION:
  51.  
  52.          Compiler:  Turbo Pascal v6.0 by Borland International.
  53.  
  54.          Tools:     The file selection utility was provided with the
  55.                     help of Techojock's Object Toolkit.
  56.  
  57.          Hardware:  The computer is a home-made 80286/20. The phosphor
  58.                     tube is a blazingly fast and colourful 12" amber
  59.                     CGA made by DataTrain.  The hard drive is a high
  60.                     speed, high capacity, quiet ST-296N SCSI driven by
  61.                     a state-of-the-art ST01 host adaptor. Both items
  62.                     were manufactured by Seagate. One of the nicest
  63.                     thing about the system is the quiet tactile Omikey
  64.                     keyboard by Northgate.
  65.  
  66.          Memory:  65520 - Array Pointers 4 bytes * 16380 lines allocated
  67.                           in advanced, doesn't matter how many lines are
  68.                           in the text file.
  69.                   32767 - Text Buffers (Read and Display)
  70.                  ≈35000 - Screen, Data variables, File Utility, etc.
  71.                 Varries - (Number of chars/line+1)*Number of Lines + 2
  72.                           Up to ≈ 4,193,280 bytes of conventional ram,
  73.                           depending on the text file size
  74.  
  75.          Limits:   16380 lines up to 255 characters in length.  Only
  76.                    the first 80 characters are shown.  ATB will only
  77.                    load part of the text if there isn't enough memory
  78.                    to load the whole file.
  79.  
  80.          ═════════════════════════════════════════════════════════════
  81.          REVISION HISTORY:
  82.  
  83.          05-05-92 - v1.10: Supports WildCat color codes and ANSI music
  84.  
  85.          04-12-92 - v1.00: Initial Release
  86.  
  87.          ═════════════════════════════════════════════════════════════
  88.          REGISTRATION:
  89.  
  90.          This program is FreeWare, No registration is asked. Comments,
  91.          suggestions, critiques, donations are welcome.
  92.  
  93.          ═════════════════════════════════════════════════════════════
  94.          STANDARD DISCLAIMER:
  95.  
  96.          This program is provided on an "AS IS" basis.  No warranty of
  97.          any kind is expressed or implied.
  98.  
  99.                        USE THIS PROGRAM AT YOUR OWN RISK.
  100.  
  101.          I take no responsibility for any damage caused directly or
  102.          indirectly from the use or the inability to use this program.
  103.  
  104.          ═════════════════════════════════════════════════════════════
  105.          COPYRIGHTS:
  106.  
  107.          PCBoard
  108.                - Copyrights of Clarke Development Company.
  109.  
  110.          DOS
  111.                - Copyrights of Microsoft, IBM, Digital Research and
  112.                  all DOS producers.
  113.  
  114.          Turbo Pascal
  115.                - Copyrights of Borland International.
  116.  
  117.          TechnoJock's Object Toolkit
  118.                - Copyrights of TechnoJock Software, Inc
  119.  
  120.          Other
  121.                - Copyrights of their respected copyright holers.
  122.  
  123.          ═════════════════════════════════════════════════════════════
  124.  
  125.